Skip to content

Commit 15aabcb

Browse files
Format
1 parent f14716e commit 15aabcb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/shared/utils/dfunk.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ const dfunktEndpoint: string = "https://dfunkt.datasektionen.se/api/";
1515

1616
/**
1717
* 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
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
2121
* getIdentifierMandateRole: dfunktEndpoint + "role/@"
2222
*/
2323
const APIUrls = {

0 commit comments

Comments
 (0)