mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-06 19:20:00 +00:00
Update project.service.ts
This commit is contained in:
parent
4a8be81534
commit
a27f854bde
@ -24,7 +24,7 @@ export class ProjectService {
|
||||
}
|
||||
|
||||
getReadmeFile(server: Server, project_id: string) {
|
||||
return this.httpServer.get<any>(server, `/projects/${project_id}/files/README.txt`);
|
||||
return this.httpServer.getText(server, `/projects/${project_id}/files/README.txt`);
|
||||
}
|
||||
|
||||
postReadmeFile(server: Server, project_id: string, readme: string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user