We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14716e commit 15aabcbCopy full SHA for 15aabcb
1 file changed
src/shared/utils/dfunk.ts
@@ -15,9 +15,9 @@ const dfunktEndpoint: string = "https://dfunkt.datasektionen.se/api/";
15
16
/**
17
* Defines the endpoints of dfunk API, may be expanded if needed with new endpoints.
18
- * In case a parameterized request is to be made, such as
19
- * https://dfunkt.datasektionen.se/api/role/dsys
20
- * the '@' is used as placeholder, the such endpoint would be added to this object as
+ * In case a parameterized request is to be made, such as
+ * https://dfunkt.datasektionen.se/api/role/dsys
+ * the '@' is used as placeholder, the such endpoint would be added to this object as
21
* getIdentifierMandateRole: dfunktEndpoint + "role/@"
22
*/
23
const APIUrls = {
0 commit comments