We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ccf27 commit cc76aa4Copy full SHA for cc76aa4
src/app/library-alerts-pannel/library-alerts-pannel.component.ts
@@ -28,7 +28,7 @@ export class LibraryAlertsPannelComponent implements OnInit {
28
29
private getAlerts(): void {
30
this.http
31
- .get<any>('http://127.0.0.1:5000/data/website_alerts/')
+ .get<any>('https://tools.lib.k-state.edu/data/website_alerts/')
32
.subscribe({
33
next: (data) => {
34
this.showAlertInfo = data?.informational?.active === true;
0 commit comments