Skip to content

Commit

Permalink
Merge pull request #478 from Ixrec/extra-url-slash
Browse files Browse the repository at this point in the history
delete the trailing slash from BooruSettings.Endpoint in all versions of appsettings.json
  • Loading branch information
Ixrec authored Aug 25, 2023
2 parents 40be22a + 8891dd0 commit 9ff87f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"BooruSettings": {
"Token": "<SECRET>",
"Endpoint": "https://manebooru.art/",
"Endpoint": "https://manebooru.art",
"Version": "v1"
},
"DatabaseSettings": {
Expand Down
2 changes: 1 addition & 1 deletion Izzy-Moonbot/Docker Compose/Dev/appsettings.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"BooruSettings": {
"Token": "<SECRET>",
"Endpoint": "https://manebooru.art/",
"Endpoint": "https://manebooru.art",
"Version": "v1"
}
}
2 changes: 1 addition & 1 deletion Izzy-Moonbot/appsettings.Development.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"BooruSettings": {
"Token": "<SECRET>",
"Endpoint": "https://manebooru.art/",
"Endpoint": "https://manebooru.art",
"Version": "v1"
},
"DatabaseSettings": {
Expand Down
2 changes: 1 addition & 1 deletion Izzy-Moonbot/appsettings.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"BooruSettings": {
"Token": "<SECRET>",
"Endpoint": "https://manebooru.art/",
"Endpoint": "https://manebooru.art",
"Version": "v1"
}
}

0 comments on commit 9ff87f5

Please sign in to comment.