Skip to content

Commit

Permalink
Fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 2, 2022
1 parent 4dcaa79 commit 3b61fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions anisette_server/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ void main(string[] args) {
writefln!"[>>] 200 OK %s"(response);

res.setStatus(200);
res.addHeader("Content-Type", "application/json");
res.writeBody(response.toString(JSONOptions.doNotEscapeSlashes));
} catch(Throwable t) {
res.setStatus(500);
Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ if(build_sideloadipa OR build_anisetteserver)
endif()

if(build_anisetteserver)
DubProject_Add(handy-httpd ~3.2.0)
DubProject_Add(handy-httpd ~3.3.0)
endif()
endif()

0 comments on commit 3b61fc6

Please sign in to comment.