mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-19 07:18:14 +00:00
Update project.service.ts
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user