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