Skip to content

Commit

Permalink
Update Settings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FaizanDurrani authored Jan 12, 2024
1 parent d7a1a4f commit 2c4913c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paperback/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const testServerSettings = async (stateManager: SourceStateManager, reque
// To test these information, we try to make a connection to the server
// We could use a better endpoint to test the connection
const request = App.createRequest({
url: `${komgaAPI}/libraries/`,
url: `${komgaAPI}/libraries`,
method: 'GET',
headers: { authorization: authorization }
})
Expand Down

0 comments on commit 2c4913c

Please sign in to comment.