Skip to content

Commit 3aa6f89

Browse files
author
zhao haitao
committed
fix typo
1 parent 0cba60b commit 3aa6f89

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

generator/data/tpl/tpl.go

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/template/ts/service_fetch.gots

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { generateUrl, errorHandling } from './helper';
1919
let baseUrl = "backend";
2020
const headers = {
2121
"X-Requested-With": "XMLHttpRequest",
22-
"Content-Type': 'application/json"
22+
"Content-Type": "application/json"
2323
};
2424

2525
export function SetBaseUrl(url: string) {

0 commit comments

Comments
 (0)