Serve compiled front from the same application
also add embedded build for production
This commit is contained in:
@@ -49,5 +49,5 @@ func TestPutStartReadUserBooks_Unset(t *testing.T) {
|
||||
}
|
||||
|
||||
func testPutStartReadUserBooks(t *testing.T, payload string, bookId string, expectedCode int) {
|
||||
testutils.TestBookPutCallWithDemoPayload(t, payload, bookId, expectedCode, "/book/"+bookId+"/startread")
|
||||
testutils.TestBookPutCallWithDemoPayload(t, payload, bookId, expectedCode, "/ws/book/"+bookId+"/startread")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user