source:
bus-n-go-pavel-216049/bus-n-go-frontend/src/app/services/driver/driver.service.ts
Last change on this file was baf4cc4, checked in by , 3 months ago | |
---|---|
|
|
File size: 165 bytes |
Line | |
---|---|
1 | import { Injectable } from '@angular/core'; |
2 | |
3 | @Injectable({ |
4 | providedIn: 'root' |
5 | }) |
6 | export class DriverService { |
7 | private url = '/api/drivers' |
8 | constructor() { } |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.