Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
add config class for abn
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld committed Dec 7, 2021
1 parent 5850722 commit 85316c6
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package ch.admin.bag.covidcertificate.backend.verification.check.ws.config;

import ch.admin.bag.covidcertificate.backend.verification.check.ws.config.WsBaseConfig;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;

@Configuration
@Profile("abn")
public class AbnConfig extends WsBaseConfig {}

0 comments on commit 85316c6

Please sign in to comment.