Updated package prefix to use personal website

This commit is contained in:
2024-02-18 10:06:02 -07:00
parent 44d5325e39
commit ed26c2ba57
41 changed files with 107 additions and 114 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
openapi: 3.0.1
info:
title: Alerting API
description: 'This is a POC API for a dynamic, reactive alerting system.'
description: 'This is a simple API for a dynamic, reactive alerting system (minus the notification component).'
version: 0.0.1
servers:
- url: http://localhost:8080/poc/alerting/v1
- url: http://localhost:8080/api/alerting/v1
tags:
- name: Alerts
- name: Recipients